IObservableSource<T> Interface
In This Topic
Provides methods and events that are required for LiveLinq functionality, live views.
Object Model
Syntax
'Declaration
Public Interface IObservableSource(Of )
public interface IObservableSource<>
Type Parameters
- T
- The type of the elements in the collection.
See Also